runtime.timer.arg (field)
8 uses
runtime (current package)
mgcscavenge.go#L364: s.timer.arg = s
netpoll.go#L398: pd.rt.arg = pd.makeArg()
netpoll.go#L414: pd.wt.arg = pd.makeArg()
time.go#L32: arg any
time.go#L190: t.arg = gp
time.go#L501: t.arg = arg
time.go#L555: return modtimer(t, when, t.period, t.f, t.arg, t.seq)
time.go#L851: arg := t.arg
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |